crypto/tls.newSessionTicketMsgTLS13.label (field)
6 uses
crypto/tls (current package)
handshake_client_tls13.go#L902: session.ticket = msg.label
handshake_messages.go#L1151: label []byte
handshake_messages.go#L1165: b.AddBytes(m.label)
handshake_messages.go#L1190: !readUint16LengthPrefixed(&s, &m.label) ||
handshake_server_tls13.go#L886: m.label, err = c.config.WrapSession(c.connectionStateLocked(), state)
handshake_server_tls13.go#L896: m.label, err = c.config.encryptTicket(stateBytes, c.ticketKeys)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |